home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ap-Az / Area Codes.cpt / Area Codes / background_24873.txt < prev    next >
Text File  |  1990-05-08  |  2KB  |  90 lines

  1. -- background: 24873 from stack: in
  2. -- bmap block id: 25816
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: About Area Codes
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   visual effect scroll right
  9.   go to first card of bkgnd "about area codes"
  10. end mouseUp
  11.  
  12.  
  13.  
  14. -- part 3 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=214 top=255 right=281 bottom=241
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1014 / 1014
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Prev
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   go to prev card
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 4 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=245 top=255 right=281 bottom=272
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1013 / 1013
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Next
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   go to next card
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 6 (button)
  53. -- low flags: 00
  54. -- high flags: 0004
  55. -- rect: left=466 top=233 right=269 bottom=509
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 1011 / 1011
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Home
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   visual effect iris close
  67.   go home
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 8 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=428 top=256 right=282 bottom=455
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 30557 / 30557
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Return
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   visual effect scroll right
  87.   go to first card of bkgnd "about area codes"
  88. end mouseUp
  89.  
  90.